home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 3
/
Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso
/
music2
/
mepody.exe
/
MISTERED.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-06
|
284b
|
8 lines
#include <dos.h>
int melody[][2] = {
{ 0, 0},{494,200},{659,200},{622,200},{554,200},{494,200},{ 0,200}
,{494,200},{659,200},{622,200},{554,200},{494,200},{ 0,200},{494,200}
,{523,400},{494,200},{440,200},{494,200},{523,200},{494,400},{ 0,200}
,{622,100}};
#define MAX 21